Revision: ldapvi--main--0.0--patch-2
Archive: arch@lichteblau.com--devel-2004
Creator: David Lichteblau <arch@lichteblau.com>
Date: Tue Jan 27 03:30:35 CET 2004
Standard-date: 2004-01-27 02:30:35 GMT
Modified-files: diff.c
New-patches: arch@lichteblau.com--devel-2004/ldapvi--main--0.0--patch-2
Summary: fixed compare() bugs involving fastcmp()
Keywords: 

compare: When skipping entries, seek forward in data to the next entry.
Add one to the computed entry length in the call to fastcmp, to ensure that
the separating newline is looked for, otherwise the length of the entries
could still be different.

fastcmp: For clarity, seek to back to the original position instead of
magically pointing after the end of the segment.
